Skip to main content

Mark Notification as Read

PATCH /api/v1/notifications/{id}/read

Description

Marks a specific notification as read. This is used to update the status of a notification to indicate that the user has seen it.

URL Parameters:

  • id (required): The unique identifier of the notification to be marked as read. This must be included in the URL path.

Headers:

  • Authorization (required): A valid bearer token is required for authentication and authorization.

Example Request:

curl -X PATCH "{{baseURL}}/api/v1/notifications/{id}/read" \
-H "Authorization: Bearer [access_token]"